home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
os2
/
fm2utils.zip
/
test.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-26
|
931b
|
56 lines
@echo off
echo Arguments received on command line:
echo 0. [%0]
if '%1' == '' goto end
echo 1. [%1]
if '%2' == '' goto end
echo 2. [%2]
if '%3' == '' goto end
echo 3. [%3]
if '%4' == '' goto end
echo 4. [%4]
if '%5' == '' goto end
echo 5. [%5]
if '%6' == '' goto end
echo 6. [%6]
if '%7' == '' goto end
echo 7. [%7]
if '%8' == '' goto end
echo 8. [%8]
if '%9' == '' goto end
echo 9. [%9]
shift
if '%9' == '' goto end
echo 10. [%9]
shift
if '%9' == '' goto end
echo 11. [%9]
shift
if '%9' == '' goto end
echo 12. [%9]
shift
if '%9' == '' goto end
echo 13. [%9]
shift
if '%9' == '' goto end
echo 14. [%9]
shift
if '%9' == '' goto end
echo 15. [%9]
shift
if '%9' == '' goto end
echo 16. [%9]
shift
if '%9' == '' goto end
echo 17. [%9]
shift
if '%9' == '' goto end
echo 18. [%9]
shift
if '%9' == '' goto end
echo 19. [%9]
shift
if '%9' == '' goto end
echo 20. [%9]
:end